Articles Search Results

  1. How To Create Nagios Plugins With Bash On CentOS 6 Bash is a popular command processor available on Linux by default. This time, we will expand on this idea and create Nagios plugins using Bash. Step 1 - Install RPMForge Repository and NRPE on client rpm -ivh http://pkgs.repoforge.org/rpmforge-rele... Read More
  2. How To Create Nagios Plugins With PHP On CentOS 6 PHP is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using PHP. Step 1 - Install RPMForge Repository and NRPE on client rp... Read More
  3. How To Create Nagios Plugins With Perl On CentOS 6 Perl is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using Perl. Step 1 - Install RPMForge Repository and NRPE on client ... Read More
  4. How To Create Nagios Plugins With Perl On Ubuntu 12.10 Step 1 - Install NRPE on client apt-get install -y perl nagios-nrpe-server useradd nrpe && update-rc.d nagios-nrpe-server defaults Step 2 - Create your Perl Script It would be a good idea to keep your plugins in same directory as other Nagi... Read More
  5. How To Create Nagios Plugins With PHP On Ubuntu 12.10 Step 1 - Install NRPE on client apt-get install -y php5 nagios-nrpe-server useradd nrpe && update-rc.d nagios-nrpe-server defaults Step 2 - Create your PHP Script It would be a good idea to keep your plugins in same directory as other Nagio... Read More
  6. How To Create Nagios Plugins With Ruby On CentOS 6 Step 1 - Install RPMForge Repository and NRPE on client rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum -y install ruby nagios-nrpe useradd nrpe && chkconfig nrpe on Step 2 - Create your Ru... Read More
  7. How To Create Nagios Plugins With Bash On Ubuntu 12.10 This time, we will expand on this idea and create Nagios plugins using Bash. Step 1 - Install NRPE on client apt-get install -y nagios-nrpe-server useradd nrpe && update-rc.d nagios-nrpe-server defaults Step 2 - Create your Bash Sc... Read More
  8. Installing the Cacti Server Monitor on Ubuntu 12.04 Cloud Server Cacti is a network monitoring tool that creates customized graphs of server performance. It is accessed and managed through a web front-end. Cacti can be used to log and graph multiple cloud servers from a single, unified interface. Installation ... Read More
  9. How To Install Nagios On CentOS 6 Step 1 - Install Packages on Monitoring Server rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum -y install nagios nagios-plugins-all nagios-pl... Read More
  10. How To Deploy Node.js Applications Using Systemd and Nginx This tutorial uses a simple Node.js application, but is applicable to most, if not all, others as well (be they Ruby, Python, etc). For PHP web applications, it is recommended to use a more specialized LAMP or LEMP stack instead. ... Read More
Displaying 11 to 20 out of 74 articles found First Page Previous Page Page 2 of 8 Next Page Last Page